const golang.org/x/text/unicode/norm.hangulUTF8Size
6 uses
golang.org/x/text/unicode/norm (current package)
composition.go#L334: const hangulUTF8Size = 3
composition.go#L337: if len(b) < hangulUTF8Size {
composition.go#L359: if len(b) < hangulUTF8Size {
input.go#L105: if size != hangulUTF8Size {
iter.go#L164: next := p + hangulUTF8Size
iter.go#L294: i.p += hangulUTF8Size
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)